From a727117acf0e3725822ecbfff648306853d91930 Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Wed, 13 Mar 2013 15:24:50 +0100 Subject: [PATCH] printing: Remove usage of GError in connection test Really remove usage of error in previous commit. Related to https://bugzilla.gnome.org/show_bug.cgi?id=695714 --- modules/printbackends/cups/gtkprintbackendcups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c index 331b73e02b..a8c8060f85 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.c +++ b/modules/printbackends/cups/gtkprintbackendcups.c @@ -2541,7 +2541,7 @@ avahi_connection_test_cb (GObject *source_object, connection = g_socket_client_connect_to_host_finish (G_SOCKET_CLIENT (source_object), res, - &error); + NULL); g_object_unref (source_object); if (connection != NULL) -- 2.30.2